*
* Returns the program name displayed in the about dialog.
*
- * Returns: The program name. The string is owned by the about
+ * Returns: (nullable): The program name. The string is owned by the about
* dialog and must not be modified.
*/
const char *
*
* See gtk_actionable_set_action_target_value() for more information.
*
- * Returns: (transfer none): the current target value
+ * Returns: (nullable) (transfer none): the current target value
**/
GVariant *
gtk_actionable_get_action_target_value (GtkActionable *actionable)
* Returns the text that is shown if there are not applications
* that can handle the content type.
*
- * Returns: the value of #GtkAppChooserWidget:default-text
+ * Returns: (nullable): the value of #GtkAppChooserWidget:default-text
*/
const char *
gtk_app_chooser_widget_get_default_text (GtkAppChooserWidget *self)
* Returns the menu model that has been set with
* gtk_application_set_menubar().
*
- * Returns: (transfer none): the menubar for windows of @application
+ * Returns: (nullable) (transfer none): the menubar for windows of @application
*/
GMenuModel *
gtk_application_get_menubar (GtkApplication *application)
* See [Automatic resources][automatic-resources]
* for more information.
*
- * Returns: (transfer none): Gets the menu with the
+ * Returns: (nullable) (transfer none): Gets the menu with the
* given id from the automatically loaded resources
*/
GMenu *
*
* Returns the auxiliary completion object currently in use by @entry.
*
- * Returns: (transfer none): The auxiliary completion object currently
+ * Returns: (nullable) (transfer none): The auxiliary completion object currently
* in use by @entry.
*/
GtkEntryCompletion *
*
* Gets the menu model set with gtk_label_set_extra_menu().
*
- * Returns: (transfer none): (nullable): the menu model
+ * Returns: (transfer none) (nullable): the menu model
*/
GMenuModel *
gtk_label_get_extra_menu (GtkLabel *self)